home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / internet-install-tools / varknet2 / net2.lha / amitcp-4.0 / ppp / Dialscript
Encoding:
Text File  |  1995-12-31  |  1.3 KB  |  38 lines

  1. ECHO ON
  2. TIMEOUT 2000
  3. REDIAL "BUSY"
  4. ABORT "NO CARRIER", "NO DIALTONE"
  5. SEND "ATZ1"
  6. WAIT "OK"
  7. SEND "ATL1S10=255"
  8. WAIT "OK"
  9. SEND "ATDT2387777"                   ;(1)
  10. WAIT "CONNECT"
  11. WAIT "ogin:"
  12. SEND "USERID"                        ;(2)
  13. WAIT "assword:"
  14. SEND "PASSWORD"                      ;(3)
  15. WAIT "MTU"
  16. #
  17. #(1) This contains the phone number of your Internet Provider.
  18. #    Change the number after the ATDT ie if the telephone number you dial
  19. #    is 01231 343 8432 then the line becomes SEND "ATDT012313438432"
  20. #
  21. #(2) This is your user id. ie if your email address is
  22. #    mike@bevans.demon.co.uk, your user id is mike so change the line tp
  23. #    SEND "mike". Make sure it is in the proper case.
  24. #
  25. #(3) This is your password, straight forward methinks !
  26. #
  27. #    ONCE FINISHED, PRESS ESC + X + ENTER TO SAVE AND QUIT
  28. #
  29. # The PPP program is set up for a 28,800 baud modem, if you have a
  30. # 14,400 modem, change the 57600 to a 38400 in the ppp.config file
  31. # located in ENVARC:SANA2/ see PPP.guide for more info.
  32. #
  33. # If you have problems with this part of the installation, (as I am not
  34. # sure it works 99% perfect), ie it asks for NET1 to be un-write protected,
  35. # after all this part of the installation is done, you can use your
  36. # favourite text editor to check this file is set up correctly by
  37. # finding this file in AmiTCP-4.0/PPP/Dialscript.
  38.